Description: Scrolls the selected text of EditItem into view. If EditItem is not the currently selected text, then an execution error occurs.
See also: clear-text, copy-text, cut-text, extract-text, insert-text, paste-text
_________________________________________________
 
clear-text *356*
Input types: Edit Text | Scroll Text
Description: Deletes the selected text of EditItem. If EditItem is not the currently selected text, then an execution error occurs.
See also: auto-text, copy-text, cut-text, extract-text, insert-text, paste-text
_________________________________________________
 
copy-text *356*
Input types: Edit Text | Scroll Text
Description: Copies the selected text of EditItem into the clipboard. If EditItem is not the currently selected text, then an execution error occurs.
See also: auto-text, clear-text, cut-text, extract-text, insert-text, paste-text
_________________________________________________
 
cut-text *357*
Input types: Edit Text | Scroll Text
Description: Copies the selected text of EditItem into the clipboard, and deletes it from EditItem. If EditItem is not the currently selected text, then an execution error occurs.
See also: auto-text, clear-text, copy-text, extract-text, insert-text, paste-text
_________________________________________________
 
extract-text *357*
Input types: Edit Text | Scroll Text
Output types: string
Description: Text is the selected text of EditItem. If EditItem is not the currently selected text, then an execution error occurs.
See also: auto-text, clear-text, copy-text, cut-text, insert-text, paste-text
_________________________________________________
 
insert-text *357*
Input types: Edit Text | Scroll Text string
Description: Replaces the selected text of EditItem with NewText. If EditItem is not the currently selected text, then an execution error occurs.
See also: auto-text, clear-text, copy-text, cut-text, extract-text, paste-text
_________________________________________________
 
paste-text *357*
Input types: Edit Text | Scroll Text
Description: Replaces the selected text of EditItem with the contents of the clipboard. If EditItem is not the currently selected text, then an execution error occurs.
See also: auto-text, clear-text, copy-text, cut-text, extract-text, insert-text
Description: Prints the Banner followed by Text using font and size specified by Font and FontSize. If Wrap is TRUE Text is printed wrapped to size of print page; otherwise each paragraph is printed as a separate line. If EditItem is not the currently selected text, then an execution error occurs.